Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
4132kj4l2j3lk3j2
xlrnxnlx
Nov 26th, 2014
307
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
// @author rnxn
public
enum
Enum
{
IN
(
"{"
)
,
OUT
(
"}"
)
;
private
final
String
str
;
private
Enum
(
String
str
)
{
this
.
str
=
str
;
}
public
String
get
(
)
{
return
this
.
str
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
December smells like money
CSS | 5 min ago | 0.82 KB
Crypto exchange glitch
CSS | 5 min ago | 0.29 KB
Untitled
4 hours ago | 7.90 KB
Untitled
Bash | 5 hours ago | 3.53 KB
dm.cfg
10 hours ago | 1.00 KB
Untitled
12 hours ago | 8.11 KB
Untitled
PHP | 12 hours ago | 1.35 KB
Untitled
19 hours ago | 1.42 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!