com.github.gekoh.yagen.api.Constants Maven / Gradle / Ivy
/*
Copyright 2014 Georg Kohlweiss
Licensed under the Apache License, Version 2.0 (the License);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an AS IS BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package com.github.gekoh.yagen.api;
/**
* @author Georg Kohlweiss
*/
public class Constants {
//private static final org.slf4j.Logger LOG = org.slf4j.LoggerFactory.getLogger(Constants.class);
public static final String _HST = "_HST";
public static final String _NNTR = "_NNTR";
public static final String _ATR = "_ATR";
public static final String _CK = "_CK";
public static final String _NN = "_NN";
public static final String _UK = "_UK";
public static final String _PK = "_PK";
public static final int USER_NAME_LEN = 35;
public static final int UUID_LEN = 32;
public static final int ENUM_DEFAULT_LEN = 30;
}